home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 35
/
Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso
/
Aminet
/
game
/
shoot
/
ADescentSrc.lha
/
descent
/
includes
/
getextip.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-04-24
|
164b
|
11 lines
#ifndef _GETEXTIP_H
#define _GETEXTIP_H
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
int get_external_ip(struct in_addr *addr);
#endif